.center {
	margin: 40px auto 40px auto;
	max-width: 800px;
	border: 2px solid #AAAAAA;
	background-color: #E5F0FD;
}

.main {
	margin: 40px;
}

body {
	font-family: Arial;
	background: url(images/sky.jpg);
	background-repeat: repeat-x;
	background-color: #d6e8ff;
}

h1 {
	font-size: 28pt;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}

li {
	font-weight: bold;
	margin-bottom: 0.7ex;
}

.border {
	max-width: 100%;
	height: auto;
}

.border-shadow {
    border: 2px solid #666;
    box-shadow: 1px 1px 8px #666;
}

.border-padding {
	margin-left: 2ex;
	margin-bottom: 2ex;
}

.updated {
	font-size: 8pt;
	text-align: left;
	font-weight: normal
}

a {
	text-decoration: none;
	color: #0F0FFF;
}

a:visited {
	text-decoration: none;
	color: #6C0CCF;
}

a:hover {
	text-decoration: underline;
	color: #FF0F0F;
}

a.active {
	text-decoration: none;
	color: #FF0F0F;
}

.paypal {
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 3px;
}

form {
	text-align: center;
	margin-top: 0px;
}

.title {
	font-weight: bold;
	font-size: 13pt;
}

p,
.centered {
	text-align: center;
}

section p {
	text-align: justify;
}